Skip to content

Conversation

@ThomasVitale
Copy link
Contributor

@ThomasVitale ThomasVitale commented Dec 20, 2024

Fix test failing after Builder refactoring.

Signed-off-by: Thomas Vitale <[email protected]>
assertThatThrownBy(() -> QdrantVectorStore.builder(qdrantClient, null).build())
.isInstanceOf(IllegalArgumentException.class)
.hasMessage("EmbeddingModel must not be null");
.hasMessage("EmbeddingModel must be configured");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This message now is defined in the abstract parent builder, so it differs from the one that used to be defined in QdrantVectorStore itself.

@markpollack
Copy link
Member

merged in 97e58cc

@markpollack markpollack added this to the 1.0.0-M5 milestone Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants